home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / sum.1 < prev    next >
Text File  |  1992-09-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. SUM(1L)           MISC. REFERENCE MANUAL PAGES            SUM(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      sum - checksum and count the blocks in a file
  10.  
  11. SYNOPSIS
  12.      sum [-rs] [--sysv] [file...]
  13.  
  14. DESCRIPTION
  15.      This manual page documents the GNU version of sum.  sum com-
  16.      putes a 16-bit checksum for each named file, or the standard
  17.      input if none are given or when a file named `-'  is  given.
  18.      It  prints  the checksum for each file along with the number
  19.      of blocks in the file (rounded up), and the file name unless
  20.      no  arguments  were given.  By default, the GNU sum computes
  21.      checksums using an algorithm that is compatible with the BSD
  22.      sum and prints file sizes in units of 1K blocks.
  23.  
  24.   OPTIONS
  25.      -_r   Use  the  default  (BSD  compatible)  algorithm.   This
  26.           option  is included for compatibility with the System V
  27.           sum.  Unless the -_s option was also given,  it  has  no
  28.           effect.
  29.  
  30.      -_s, --_s_y_s_v
  31.           Compute checksums using an algorithm that is compatible
  32.           with the one the System V sum uses by default and print
  33.           file sizes in units of 512-byte blocks instead of 1K.
  34.  
  35.      The long-named options can be introduced with `+' as well as
  36.      `--',  for compatibility with previous releases.  Eventually
  37.      support for `+' will be removed, because it is  incompatible
  38.      with the POSIX.2 standard.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.